DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1WrapDataCollection.SuppressionContext<S,T> Class / RaiseNotifications Method
The notifications to raise.

In This Topic
    RaiseNotifications Method
    In This Topic
    Raises the specified notifications.
    Syntax
    'Declaration
     
    Public Sub RaiseNotifications( _
       ByVal notifications As IEnumerable(Of Tuple(Of Object,NotifyCollectionChangedEventArgs)) _
    ) 

    Parameters

    notifications
    The notifications to raise.
    See Also